From c7d909300189a1b44c53fc7bf8c210b15013dc20 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Feb 2006 23:08:52 +0000 Subject: [PATCH] add net-snmp to DEV_LIBS SVN-Revision: 3251 --- openwrt/package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e5c22ae25b..c5d5f458a9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -122,7 +122,7 @@ package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_ZLIB) += zlib -DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram libusb +DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram libusb net-snmp DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS)) SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ipkg ppp SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES)) -- 2.30.2